home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000216_news@columbia.edu_Thu Jan 19 16:30:14 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA27811
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 19 Jan 1995 18:08:27 -0500
  3. Received: by apakabar.cc.columbia.edu id AA02601
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 19 Jan 1995 18:08:25 -0500
  5. Path: news.columbia.edu!panix!news.mathworks.com!hookup!swrinde!howland.reston.ans.net!agate!library.ucla.edu!psgrain!charnel.ecst.csuchico.edu!xmission!xmission!not-for-mail
  6. From: fozz@xmission.com (Fozziliny Moo)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Multiple TCP/IP Sessions in MS-DOS KERMIT 3.13
  9. Date: 19 Jan 1995 09:30:14 -0700
  10. Organization: XMission Public Access Internet (801 539 0900)
  11. Lines: 31
  12. Message-Id: <3fm42m$221@xmission.xmission.com>
  13. References: <Tim_Helmstetter.9.2F1E7FF0@radian.com>
  14. Nntp-Posting-Host: xmission
  15. X-Newsreader: NN version 6.5.0 #2 (NOV)
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. Tim_Helmstetter@radian.com writes:
  19.  
  20. >I am using MS-DOS KERMIT 3.13 and have a script which connects two TCP/IP 
  21. >sessions. My problem is when I do the second SET PORT TCP command to connect 
  22. >the second session, a menu appears asking the user if they want to R - 
  23. >reconnect to current session, # - enter a specific session number, or N - 
  24. >connect a new session. I want to connect to a new session but I don't want the 
  25. >user to have to do anything. I have tried INPUT XX Choice>, OUTPUT N\13, but 
  26. >this doesn't work I have to physically hit the enter key on the keyboard. Is 
  27. >there a way I can turn this menu option off or am I doing something wrong in 
  28. >my OUTPUT command.
  29.  
  30. I just learned how to to this this morning actually. I've been using MSK for
  31. years and never really bothered to figure this goody out until now. Try:
  32.  
  33. SET PORT TCP/IP <host> NEW
  34. CONNECT
  35.  
  36. This will automatically start a new Telnet session with the indicated 
  37. host.
  38.  
  39. If you haven't gotten hold of v3.14 yet, do. The KERMIT.UPD file has a 
  40. comprehensive explanation of these features and any others that have
  41. been added in version 3.12, 3.13, and 3.14.
  42.  
  43. -Fozz
  44.  
  45. -- 
  46. ----fozz@xmission.com---------In Real Life: Doran L. Barton-----------------
  47. ``Praise to the man who has commuted with Jehovah.'' 
  48.     -A common misconception in Christian theology.